home *** CD-ROM | disk | FTP | other *** search
/ Champak 83 / (Vol 83) My Disc.iso / Games / drying.swf / scripts / frame_132 / PlaceObject2_208_946 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Text File  |  2008-08-08  |  261b  |  17 lines

  1. onClipEvent(enterFrame){
  2.    if(turm == tmpTurm)
  3.    {
  4.       _root.mcBackground.nextFrame();
  5.       _root.score -= 30;
  6.       if(_root.score < 0)
  7.       {
  8.          _root.score = 0;
  9.       }
  10.       tmpTurm = 0;
  11.    }
  12.    else
  13.    {
  14.       tmpTurm++;
  15.    }
  16. }
  17.